home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / mail / epdemo.exe / Information.txt < prev    next >
Text File  |  1997-11-20  |  2KB  |  19 lines

  1.         // bring up the one and only messagebox
  2.         szTemp = "(1) Eudora has a built in viewer that lets you view lightly formatted messages.\n"+
  3.             "(2) In addition you can install Microsoft Internet Explorer 4.0,to view richly formatted messages "+
  4.             " and additional multimedia and online downloading of images, etc.\n" +
  5.             "(3) We also provide Apple's QuickTime for " ;
  6.             szTemp1 = "additional multimedia support in Eudora's native viewer.\n\n Installing QuickTime 2.1.2 allows Eudora to display JPEG images right in the middle of e-mail messages."+
  7.             " Additionally, you can use the QuickTime application to view QuickTime movies and other images and animations from "+
  8.             "outside of Eudora. You don't need to install QuickTime 2.1.2 if you have an earlier version of QuickTime on your system.\n\n" ;
  9.         szTemp2 = " -- Installing Microsoft Internet Explorer 4.0 lets you see e-mail messages that use HTML (the language of web pages) just as they "+
  10.             " would appear in a web browser. In addition, you will be able to view richly formatted messages (including tables) and background images "+
  11.             ", download images from the web and optionally view live content such as applets.\n\n" +
  12.             "Checking Internet Explorer 4.0 in the next panel causes a minimal noninteractive installation of IE 4.0 on your system. ";
  13.             /*"It won't affect your system's default browser setting, and it won't alter your desktop. You will, however see the IE channel bar, the next time "+
  14.             "you restart your computer.\n If you already have IE 3.0, Eudora can also use it to show you HTML messages, but you may lose some non-critical functionality "+
  15.             "available with Eudora's own viewer and Microsoft's updated viewer (IE 4.0).\n\n if you already have IE 3.0,checking IE 4.0 in the next panel "+
  16.             "will upgrade your copy of IE without loss of any functionality, settings and preferences.\n\n Eudora does not take advantage of versions of IE earlier than 3.0."+
  17.             "\n Refer to the Readme.txt file in your Eudora directory for trouble-shooting information on the IE 4.0 installation." ;
  18.         */MessageBox( szTemp + szTemp1 + szTemp2, INFORMATION) ;
  19.